home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000093_news@columbia.edu_Sun Aug 6 03:41:06 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA00255
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 5 Aug 1995 23:42:47 -0400
  3. Received: by apakabar.cc.columbia.edu id AA07904
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 5 Aug 1995 23:42:46 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!nctuccca.edu.tw!news.cc.nctu.edu.tw!news.csie.nctu.edu.tw!nematic.ieo.nctu.edu.tw!jou
  6. From: jou@nematic.ieo.nctu.edu.tw (Wei-Jou Chen)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: HELP: dynamicaly assigned address
  9. Date: 6 Aug 1995 03:41:06 GMT
  10. Organization: Liquid Crystal Lab, NCTU, Taiwan, ROC
  11. Lines: 24
  12. Message-Id: <401dki$m5c@news.csie.nctu.edu.tw>
  13. References: <3vvuv0$mh7@news.csie.nctu.edu.tw> <1995Aug5.135434.58145@cc.usu.edu>
  14. Nntp-Posting-Host: jou%@nematic.ieo.nctu.edu.tw
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Joe Doupnik (jrd@cc.usu.edu) wrote:
  19. : In article <3vvuv0$mh7@news.csie.nctu.edu.tw>, jou@nematic.ieo.nctu.edu.tw (Wei-Jou Chen) writes:
  20. : > Hello,
  21. : > 
  22. : > Switching to SLIP.
  23. : > Annex address is 140.126.237.3.  Your address is 140.126.237.109.
  24. : > 
  25. : > The addresses are dynamical assigned. How can I get the addresses by using
  26. : > kermit script ?
  27. : -------------
  28. :     You should write a Kermit script which uses the INPUT command to
  29. : look for the string of interest (say Your address is) and then manipulate
  30. : the \v(input) line (should have the whole line above). String commands
  31.      No, v\(input) is not whole line, if I use 'input 10 Your address
  32. is'. \v(line) is 'Annex address is 140.126.237.3.  Your address is'
  33.     Well, I solve this problem by using 'input 10 ., input 10., input
  34. 10., input 10.' Thanks.
  35.  
  36. : command. These items are discussed in the user's manual, the book 
  37. : "Using MS-DOS Kermit."
  38. :     The next MSK release will have a specific screen scraper command
  39. : to locate IP address numbers.
  40.     I am using C-Kermit 5A(190) on FreeBSD. Is it a new version ?
  41.     Thanks.